Einhugur Xml Plugin for Xojo

Node.InsertMoveAfter Method

Moves the specified node to become a child of this node by inserting the node after a specific node.

InsertMoveAfter(
   moved as EinhugurXml.Node,
   node as EinhugurXml.Node) as EinhugurXml.Node

Parameters

moved
The node to be moved.
node
Moved node will be inserted before the node in this parameter.

Returns

EinhugurXml.Node
Returns moved node, or empty node on error.

Remarks

There are certain cases where moving can fail. Such as for example if trying to move a node under its own child node.

See Also

Node Class